From: Jaswinder Singh Date: Mon, 21 Jul 2008 17:28:29 +0000 (+0530) Subject: x86: mtrr/main.c declare range_state as static X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~26231^2~2^2~15 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1e84911c6c37fd1080ef07039e19c346628b31db;p=linux-4.9.git x86: mtrr/main.c declare range_state as static Signed-off-by: Jaswinder Singh --- diff --git a/arch/x86/kernel/cpu/mtrr/main.c b/arch/x86/kernel/cpu/mtrr/main.c index 6f23969c8faf..b5ade28ca8f8 100644 --- a/arch/x86/kernel/cpu/mtrr/main.c +++ b/arch/x86/kernel/cpu/mtrr/main.c @@ -729,7 +729,7 @@ struct var_mtrr_range_state { mtrr_type type; }; -struct var_mtrr_range_state __initdata range_state[RANGE_NUM]; +static struct var_mtrr_range_state __initdata range_state[RANGE_NUM]; static int __initdata debug_print; static int __init